home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / tahoe / CHANGES < prev    next >
Encoding:
Text File  |  1985-09-15  |  1.3 KB  |  40 lines

  1. --- TO DO ---
  2.     Merge in edward's speed improvements
  3.     Merge in guy's update to rfc822
  4. NO    Add "Header" command to allow user defined headers.
  5.         It will disallow "From", "Sender", "To", "Subject", "Cc", "Bcc"
  6.  
  7. --- DONE ---
  8. cmd2.c    swrite()
  9.     Made "write" command delete entire header instead of just 1st line
  10. list.c    sender()
  11.     Made "type user" do a substring match instead of straight comparison
  12.     (this allows user to match user@machine, which makes it USEFUL)
  13. cmd3.c    unread()
  14.     unread/Unread/new/New command marks messages as unread
  15. list.c    markall()
  16.     Made "-" and "+" skip over deleted messages    (from guy@sun)
  17. cmd1.c    type1()
  18.     if PAGER variable is set, use it instead of MORE (#define)
  19.         to paginate articles
  20. cmd3.c    respond()
  21.     if Replyall variable is set, do a "Reply" (e.g. reverse R and r)
  22. cmd3.c    Respond()
  23.     if Replyall variable is set, do a "reply" (e.g. reverse R and r)
  24. main.c    main()
  25.     Print header info even if -f given.
  26. lex.c    setfile()
  27.     Don't allow editing anything other than regular files.
  28. aux.c    isatty()
  29.     deleted isatty() - it's in the C library
  30. aux.c    strncmp()
  31.     deleted strncmp() - it's in the C library
  32. cmd3.c    shell()
  33.     Lint clean up:    0 -> (char *)0
  34. cmd3.c    dosh()
  35.     Lint clean up:    0 -> (char *)0
  36. optim.c    rename()
  37.     Fix uninitialized variable problem    (from guy@sun)
  38. optim.c    rpair
  39.     Fix uninitialized variable problem    (from guy@sun)
  40.